home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 3 / Cream of the Crop 3.iso / comm / 0141ter2.zip / 0141TER2._XE / WINDOWS.EXE / WINDOWS.DOC < prev   
Text File  |  1994-01-19  |  2KB  |  70 lines

  1.  
  2. To use Terminate with windows we provide a TERMINAT.PIF and a TERMINAT.ICO.
  3. But you must also make some adjustments to the windows setup first.
  4.  
  5. Edit SYSTEM.INI
  6.  
  7. Under [386Enh]:
  8.  
  9. Com1AutoAssign=0
  10.  
  11. Under the windows menu: Main / Control Panel / 386 Enhanced
  12.  
  13. You should read NEVER WARN at the comport you use
  14.  
  15. The comport used for modem must not be autoassigned be windows. If you
  16. use COM4, just enter Com4AutoAssign=0
  17.  
  18. Change the values to match the correct address for the comports.
  19.  
  20. COM1BASE=3F8h
  21. COM2BASE=2F8h
  22. COM3BASE=3E8h
  23. COM4BASE=2E8h
  24.  
  25. Other values that can be changed, try reading the docs for windows
  26.  
  27. COMIrqSharing=true (This has only effect on EISA og Microchannel machines)
  28. COMBoostTime=10
  29. COM1Buffer=1024
  30. COM2Buffer=1024
  31. COM3Buffer=1024
  32. COM4Buffer=1024
  33.  
  34. If your modem has an 16550 UART you also have to install another
  35. communication driver to support 16550 UART FIFO in DOS-windows.
  36. Use a driver like CHCOMB.386 (CHCOMB.ARJ) (from readme file):
  37.  
  38. 1) Copy the driver to the WINDOWS\SYSTEM directory.
  39. 2) Edit SYSTEM.INI:
  40.    a) Remove the line (or comment it out) that reads : device=*combuff
  41.    b) In its place, add this line                    : device=chcomb.386
  42.  
  43. To use the soundblaster card enter under [386Enh]:
  44. DMABUFFERSIZE=059
  45.  
  46. If you have many problems using the Windows coms-driver you could use the
  47. communication ports directly by changing WIN.INI to:
  48.  
  49. COM1:=COM1.DOS or
  50. COM2:=COM2.DOS or
  51. COM3:=COM3.DOS or
  52. COM4:=COM4.DOS
  53.  
  54. Information from Microsoft:
  55.  
  56. Windows cannot use a serial port if the address is to the right of the
  57. missing port. An example of this problem could be that the modem is on
  58. COM4 and COM3 is not physical present.
  59.  
  60. Without a physical COM3 the BIOS will find COM4 on address 02E8 and will
  61. call it COM3 in the BIOS field. This confuses Windows so it cannot find
  62. COM4 and thinks that COM3 is on 02E8/IRQ4.
  63.  
  64. This behaviour is normal for many BIOS's og kan be fixed with COMxIRQ=-1
  65. in SYSTEM.INI under the [386Enh] section. For this example should the
  66. following line be inserted in SYSTEM.INI:
  67.  
  68.   COM3IRQ=-1
  69.  
  70.